User Defined Function Reference

Below is a list of the user defined functions for catagory: Math Management.
Click on a user defined function name for a detailed description.

 

User Defined Function Description
_Ceil Returns the smallest integer greater than or equal to the specified value.
_Floor Returns the greatest integer less than or equal to the specified value.
_MathCheckDiv Checks if NumA is divisable by NumB
_Max Evaluates which of the two numbers is higher.
_Min Evaluates which of the two numbers is lower.